body {
    min-width: 1200px;
}
.hide {
    display: none;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:'';
	display: block;
	clear:both;
	float:none;
}
.m-hot-2 .u-tit a:hover,
.m-list li a:hover,
.m-list1 li a:hover,
.sider .subnav a:hover,
.g-list li a:hover,
.list-gg .u-ct a:hover,
.list-gg .more:hover,
.list-wh .itm .u-tit:hover,
.m-hot-1 .u-tit a:hover,
.index-gg .u-ct a:hover,
.index-gg .more:hover,
.u-tit-2 a:hover,
.m-list2 li a:hover {
    color: #064ec0;
}
.m-hot .u-tit a:hover,
.u-det a:hover,
.col-top .more:hover {
    text-decoration: underline;
}
.f-ti2 {
    text-indent: 2em;
}
.f-l {
	float: left;
}
.f-r {
	float: right;
}
.w-310 {
    width: 310px;
}
.w-580 {
    width: 580px;
}
.w-560 {
    width: 560px;
}
.w-810 {
    width: 810px;
}
.w-350 {
    width: 350px;
}
.h-235 {
    height: 235px;
    overflow: hidden;
}
.mb-20 {
    margin-bottom: 20px;
}

.g-hd {
	height: 496px;
    background: url(../Images/banner.jpg) top center no-repeat;
}
.back-index {
    color: #fff;
    float: right;
    margin-top: 70px;
    line-height: 33px;
    margin-right: 66px;
    font-size: 18px;
}
.back-index:hover {
    color: #fff;
}
.m-sch {
    float: right;
    margin-top: 14px;
    background: #fff;
    height: 33px;
    width: 285px;
    position: relative;
}
.sch-txt {
    display: block;
    width: 220px;
    border: 0;
    height: 32px;
    line-height: 32px;
    text-indent: 10px;
    font-size: 14px;
    float: left;
}
.sch-btn {
    border: 0;
    border-left: 1px solid #dfdfdf;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 33px;
    width: 60px;
    z-index: 99;
    cursor: pointer;
    font-size: 16px;
}
.g-mn {
	text-align: center;
    height: 60px;
    line-height: 60px;
    background: #064ec0;
    margin: 0 auto;
    border-bottom: 4px solid #c31f0b;
}
.mn-itm {
    position: relative;
}
.g-mn .mn-itm span {
    display: none;
}
.g-mn a {
	font-size: 24px;
    color: #fff;
    margin: 0 10px;
    padding: 0 8px;
    text-align: center;
    float: left;
    height: 60px;
}
.g-mn a img {
    display: block;
    margin-top: 18px;
}
.g-mn a:hover img {
    opacity: 1;
    filter: alpha(opacity = 100);
}
.g-mn a.active img {
    opacity: 1;
    filter: alpha(opacity = 100);
}
.container {
	width: 1200px;
	margin-left: auto;
    margin-right: auto;
}
.m-hot {
	width: 1160px;
	margin: 30px auto;
    padding: 0 20px;
}
.m-hot .u-tit {
	font-size: 40px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}
.m-hot .u-tit a {
	color: #064ec0;
}
.m-hot .u-ct {
    color: #757575;
}
.u-det {
	color: #d21822;
    text-align: right;
    margin-top: 8px;
}
.u-det a {
    color: #d21822;
}

/*轮播图*/
.slide-box {
    width: 600px;
    height: 375px;
    overflow: hidden;
    position: relative;
}
.slide-box .hd {
    height: 8px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 50px;
    z-index: 1;
    opacity: .8;
}
.slide-box .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slide-box .hd ul li {
    float: left;
    margin-right: 3px;
    width: 20px;
    height: 8px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}
.slide-box .hd ul li.on {
    background: #f00;
    color: #fff;
}
.slide-box .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slide-box .bd li {
    zoom: 1;
    vertical-align: middle;
}

/*.slide-box .bd li:hover{
    opacity: 0.8;
    filter: alpha(opacity = 80);
}*/
.slide-box .bd li a {
    display: block;
}
.slide-box .bd img {
    width: 600px;
    height: 375px;
    display: block;
}
.slide-box-txt {
	/* background: #000; */
	background: url(/Public/Images/imgnews_titbg.png) repeat-x top;
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    height: 40px;
    /* line-height: 40px; */
    line-height: 30px;
}
.slide-box-txt p {
    padding: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.m-hot-1 {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    height: 134px;
}
.m-hot-1 .u-tit {
    margin-bottom: 13px;
    font-size: 24px;
    max-height: 72px;
    overflow: hidden;
}
.m-hot-1 .u-tit a {
    color: #000;
}
.m-hot-1 .u-ct{
    color: #757575;
    height: 48px;
    overflow: hidden;
}
.m-hot-1 .u-det {
    margin-top: 12px;
}
.m-hot-2 {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 13px;
    margin-bottom: 13px;
    max-height: 133px;
}
.m-hot-2 .u-tit {
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 600;
    max-height: 72px;
    overflow: hidden;
}
.m-hot-2 .u-tit a {
	color: #000;
}
.m-hot-2 .u-ct{
	color: #757575;
    height: 48px;
    overflow: hidden;
}
.tp-list {
    /* padding-bottom: 30px; */
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
}
.m-hot-3 {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    /* width: 310px; */
    width: 580px;
    /* float: right;  */
}
.m-hot-4 {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 535px;
    float: right; 
}
.u-p-ct {
    width: 244px;
    height: 138px;
    overflow: hidden;
}
.u-p-ct img{
    width: 244px;
    height: 138px;
}



.m-list {
    height: 184px;
    overflow: hidden;
}
.m-list li {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 13px;
    margin-bottom: 13px;
}
.m-list li:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}
.m-list li a {
    color: #000;
    display: block;
    height: 72px;
    overflow: hidden;
    font-size: 24px;
}
.ctg {
    display: block;
    height: 60px;
    position: relative;
    margin: 40px 0 20px;
}
.ctg a {
    font-size: 0;
    position: absolute;
    height: 60px;
    width: 140px;
}
.ctg1 {
    background: url(../Images/nav1.png) left center no-repeat;
}
.ctg2 {
    background: url(../Images/nav2.png) left center no-repeat;
}
.ctg3 {
    background: url(../Images/nav3.png) left center no-repeat;
}
.ctg4 {
    background: url(../Images/nav4.png) left center no-repeat;
}
.ctg5 {
    background: url(../Images/nav5.png) left center no-repeat;
}


.m-list1 li {
    font-size: 16px;
    background: url(../Images/point.gif) left center no-repeat;
    padding-left: 15px;
    padding-right: 120px;
    line-height: 38px;
    position: relative;
}
.m-list1 li a {
    color: #000;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-list1 li .u-data {
    position: absolute;
    right: 0;
    line-height: 38px;
    top: 0;
    color: #727272;
    font-size: 16px;
}
.sub-ctg {
    border-bottom: 4px solid #af0a0b;
    font-size: 20px;
    margin-bottom: 25px;
}
.sub-ctg a {
    color: #000;
    display: inline-block;
    padding: 0 25px;
    height: 45px;
    line-height: 45px;
}
.sub-ctg a.active {
    background: #064ec0;
    color: #fff;
    font-weight: 600;
}
.u-p-list {
    margin-right: -40px;
    margin-top: 30px;
}
.u-p-list .itm {
    margin-right: 38px;
    margin-bottom: 30px;
    display: block;
    float: left;
    width: 570px;
    height: 72px;
    overflow: hidden;
}
.u-p-list .item img {
    width: 100%;
    display: block;
    margin: 0 auto;
} 
.jb-top {
    display: block;
    height: 75px;
    background: url(../Images/icon_jb.png) top center no-repeat;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-indent: 70px;
    line-height: 75px;
    margin-top: 54px;
    margin-bottom: 18px;
}
.jb-top:hover {
    color: #fff;
}
.jb-btn a {
    display: block;
    height: 54px;
    width: 167px;
    color: #fff;
    font-size: 20px;
    line-height: 54px;
    text-indent: 10px;
    font-weight: 600;
}
.jb-btn .zn {
    float: left;
    background: #926929 url(../Images/icon_arrow.png) no-repeat;
    background-position: 125px center;
}
.jb-btn .cx {
    float: right;
    background:#064ec0 url(../Images/icon_arrow.png) no-repeat;
    background-position: 125px center;
}
.jb-way {
    background: #eee6d8 url(../Images/icon_way.png) bottom right no-repeat;
    padding: 20px 25px;
    margin-top: 18px;
    line-height: 2;
}
.jb-way .way-top {
    font-size: 20px;
    font-weight: 600;
}
.gk-nav {
    height: 45px;
    line-height: 45px;
    text-indent: 50px;
    display: block;
    color: #926929;
    font-size: 20px;
}
.gk-nav:hover {
    color: #926929;
}
.gk-jg{
    background: #eee6d8 url(../Images/icon_gk.png) 0px 0px no-repeat;
}
.gk-xx{
    background: #eee6d8 url(../Images/icon_gk.png) 0px -64px no-repeat;
    margin-top: 40px;
}
.gk-subnav a {
    display: block;
    border: 1px solid #926929;
    height: 38px;
    text-align: center;
    line-height: 38px;
    margin: 13px auto 0;
    width: 250px;
    font-size: 18px;
    background: #eee6d8;
}
.gk-subnav a:hover {
    color: #926929;
}
.box-wh {
    float: left;
    margin: 0 5px;
    height: 235px;
    overflow: hidden;
    *width: 46px;
}
.box-wh-show {
    *width: 1016px;
}
.nav-wh {
    width: 30px;
    height: 200px;
    float: left;
    background: #064ec0 url(../Images/icon_arrow.png) center 183px no-repeat;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 35px 8px 0;
    background-size: 60%;
    cursor: pointer;
    display: block;
}
.nav-wh:hover {
    color: #fff;
}
.nav-wh.active {
    background: #af0a0b url(../Images/icon_arrow.png) center 183px no-repeat;
    color: #fff;
}
.list-wh {
    /*display: flex;*/
    width: 950px;
    height: 235px;
    float: right;
    transition: all .3s ease-out; 
}
.list-wh .itm {
    float: left;
    width: 287px;
    height: 235px;
    margin: 0 14px;
}
.list-wh .itm img {
    width: 287px;
    height: 161px;
    margin: 0 auto;
    display: block;
}
.list-wh .itm .u-tit {
    margin-top: 10px;
    height: 48px;
    overflow: hidden;
}
.item-hide {
    width: 0;
    overflow: hidden;
}
.web-nav {
    margin: 30px 0;
    position: relative;
    background: #f6f6f6;
    padding-left: 60px;
}
.web-nav .left {
    position: absolute;
    left: 7px;
    top: 10px;
    line-height: 1.2;
    font-size: 20px;
    text-align: center;
    width: 50px;
    font-weight: 600;
}
.web-scroll {
    margin: 0 auto;
    width:1140px;
    overflow:hidden;
    position:relative;
}
.web-scroll .bd {
    padding:10px;
}
.web-scroll .bd ul {
    overflow:hidden;
    zoom:1;
}
.web-scroll .bd ul li {
    margin:0;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
    width: 186px;
    height: 49px;
}
.web-scroll .bd ul li img {
    width: 186px;
    height: 49px;
    display:block;
}
.flink{
    position: relative;
    border-bottom: 1px solid #f6f6f6;
    padding-left: 120px;
    line-height: 35px;
    font-size: 14px;
}
.flink .left {
    position: absolute;
    left: 0;
    background: #f6f6f6;
    padding: 0 20px;
}
.flink-tab a {
    display: inline-block;
    padding: 0 20px;
}
.flink-tab a.active {
    background: #064ec0;
    color: #fff;
}
.flink-ct {
    margin-top: 10px;
    line-height: 28px;
}
.flink-ct a {
    display: inline-block;
    width: 126px;
    font-size: 14px;
    text-indent: 5px;
    *text-indent: 0px;
}
.about-us {
    background: #f6f6f6;
    text-align: center;
    font-size: 14px;
    margin: 20px auto;
    padding: 10px 0;
    color: #333;
}
.about-us span {
    padding: 0 5px;
}
.footer {
    font-size: 14px;
    text-align: center;
    line-height: 2;
    padding-bottom: 20px;
    margin-top: 30px;
}
.footer .beian {
    vertical-align: sub;
    margin-left: 20px;
    margin-right: 5px;
}
.footer .red img {
    display: block;
    margin: 0 auto;
}
.code {
    position: absolute;
    transition: all .2s ease;
    top: 562px;
    right: 30px;
    text-align: center;
    border: 1px solid #dfdfdf;
    padding: 20px 0;
    width: 140px;
    font-size: 12px;
    background: #fff;
    line-height: 1.3;
}
.code img {
    width: 90px;
    margin: 0 auto 5px;
    display: block;
}
.code .close {
    position: absolute;
    top: 1px;
    right: 1px;
    height: 25px;
    width: 25px;
    cursor: pointer;
    background: url(../Images/close.png) center center no-repeat;
}

/*列表*/
.list-gg {
    border: 1px solid #e1e1e1;
    padding: 10px 5px;
    line-height: 22px;
    margin: 30px auto;
}
.list-gg .left {
    border-left: 4px solid #af0a0b;
    color: #af0a0b;
    font-size: 22px;
    padding-left: 6px;
    font-family: "宋体";
    font-weight: 600;
    border-right: 1px solid #e1e1e1;
    padding-right: 10px;
    float: left;
}
.list-gg .u-ct {
    font-size: 18px;
    float: left;
    width: 900px;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-gg .more {
    color: #9b9b9b;
    font-size: 14px;
    float: right;
}
.crumb {
    background: url(../Images/location.png) left center no-repeat;
    font-size: 14px;
    padding-left: 20px;
    margin: 25px auto;
}
.border {
    border: 1px solid #e1e1e1;
}
.sider {
    width: 240px;
    float: left;
    padding: 20px;
}
.sider .current {
    font-size: 28px;
    font-weight: 600;
    border-bottom: 5px solid #eeeeee;
    padding-bottom: 15px;
}
.sider .current a {
    color: #064ec0;
}
.sider .subnav {
    font-size: 20px;
}
.sider .subnav .itm {
    background: url(../Images/s_right.png) right center no-repeat;
    line-height: 65px;
    border-bottom: 1px solid #f4f4f4;
    text-indent: 10px;
}
.sider .subnav a {
    display: block;
}
.main {
    float: right;
    width: 850px;
    border-left: 1px solid #e1e1e1;
    padding: 30px;
}
.main-2 {
    float: left;
    width: 780px;
    border: 1px solid #e1e1e1;
    padding: 0 30px 30px;
}
.main .nav {
    margin-top: 30px;
    display: block;
    background: #064ec0;
    color: #fff;
    font-size: 24px;
    text-indent: 10px;
    padding: 5px;
    margin-bottom: 10px;
    position: relative;
}
.g-list li {
    line-height: 1.5;
    background: url(../Images/l_point.gif) 7px 17px no-repeat;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 110px;
    position: relative;
}
.g-list li a {
    color: #000;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.g-list li .u-data {
    position: absolute;
    right: 0;
    line-height: 48px;
    top: 0;
    color: #727272;
    font-size: 14px;
}
.page {
    text-align: center;
    margin-top: 50px;
    font-size: 14px;
}
.page a {
    display: inline-block;
    color: #666;
    background: #ececec;
    line-height: 30px;
    padding: 0 10px;
    margin: 0 2px;
}
.page a.active {
    background: #064ec0;
    color: #fff;
}
.page a:hover {
    background: #064ec0;
    color: #fff;
}
.article {
    padding:0 30px;
}
.article .title {
    font-size: 30px;
    color: #064ec0;
    text-align: center;
    margin: 30px 0;
}
.article .meta {
    background: #f7f7f7;
    font-size: 14px;
    text-align: center;
    padding: 8px 0;
    position: relative;
}
.article .meta span {
    padding: 0 10px;
}

.article-share{
    position:absolute;
    right:0;
    top: 3px;
}
.article .content {
    font-size: 16px;
    line-height: 2;
}


.index-gg{
    background: #eee;
    line-height: 50px;
    width: 1200px;
    margin: 0 auto;
    *margin-top: 30px;
}
.index-gg .left {
    background: #064ec0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 0 15px;
    float: left;
 }
 .index-gg .u-ct {
    font-size: 20px;
    float: left;
    width: 940px;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 .index-gg .u-ct a {
    color: #010101;
 }
.index-gg .more {
    color: #9b9b9b;
    font-size: 14px;
    float: right;
    margin-right: 15px;
}
.wrap {
    margin: 30px -15px 15px;
}
.col {
    width: 378px;
    float: left;
    margin: 0 15px;
}
.col-top {
    position: relative;
    height: 45px;
    line-height: 45px;
    border-bottom: 3px solid #064ec0;
    font-size: 20px;
    color: #064ec0;
    background: #e0ebff url(../Images/cat_bg.png) top right no-repeat;
    text-indent: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.col-top .more {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #064ec0;
    font-weight: 0;
    top: 0;
    line-height: 45px;
}
.col-pic img {
    display: block;
    margin: 10px 0;
}
.u-tit-2 {
    font-size: 18px;
    margin-bottom: 8px;
}
.u-tit-2 a {
    color: #000;
}
.m-list2 li {
    font-size: 16px;
    background: url(../Images/point.gif) left center no-repeat;
    padding-left: 15px;
    line-height: 37px;
    position: relative;
}
.m-list2 li a {
    color: #6b6b6b;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jb-col {
    height: 75px;
    color: #fff;
    float: left;
    font-weight: 600;
    margin-right: 5px;
    text-indent: 85px;
}
.jb-col-1 {
    line-height: 75px;
    font-size: 30px;
    background: #af0a0b url(../Images/jb.png) 35px 19px no-repeat;
    width: 240px;
}
.jb-col-1:hover {
    color: #fff;
}
.jb-col-2 {
    background:#53b8ff url(../Images/jb.png) 35px -52px no-repeat;
    width: 230px;
}
.jb-col-3 {
    background:#53b8ff url(../Images/jb.png) 30px -121px no-repeat;
    text-indent: 90px;
    width: 360px;
}
.jb-col-4 {
    background:#53b8ff url(../Images/jb.png) 35px -187px no-repeat;
    width: 350px;
}
.mt-15 {
    margin-top: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}
.wrap-jb {
    margin-right:-5px;
}

.sider-right {
    float: right;
    width: 340px;
}
.border-box {
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
}
.m-list3 {
    padding: 0 15px 10px; 
}
.m-list3 li {
    line-height: 32px;
}
.col-top .more-2 {
    right: 10px;
}
.slide-left {
    overflow: hidden;
    position: relative;
    padding: 10px 0 20px;
}
.slide-left .hd {
    height: 0;
    width: 100%;
    position: relative;
}
.slide-left .hd .prev,
.slide-left .hd .next {
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: url(../Images/i_left.png) no-repeat center center;
    position: absolute;
    top: 44px;
    left: 5px;
    height: 50px;
    width: 35px;
}
.slide-left .hd .next {
    background: url(../Images/i_right.png) no-repeat center center;
    left: auto;
    right: 5px;
}
.slide-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}
.slide-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    display: none;
}
.slide-left .hd ul li.on {
    background-position: 0 0;
}

.slide-left .bd {
    width: 240px;
    margin: 0 auto;
}
.slide-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.slide-left .bd ul li {
    margin: 0 auto;
    width: 240px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.slide-left .bd ul li:hover img {
    opacity: 0.8;
}
.slide-left .bd ul li:hover a{
    color: #c7282d;
}
.slide-left .bd ul li .pic {
    text-align: center;
    width: 240px;
    height: 135px;
    overflow: hidden;
}
.slide-left .bd ul li .pic a {
    display: block;
}
.slide-left .bd ul li .pic img {
    width: 240px;
    display: block;
}
.pic-list {
    margin: 0 5px;
}
.pic-list .itm {
    width: 154px;
    overflow: hidden;
    float: left;
    margin: 0 5px 10px;
    height: 115px;
}
.pic-list .itm a {
    display: block;
    position: relative;
}
.pic-list .itm img {
    display: block;
    width: 154px;
    height: 115px;
}
.pic-list .itm .title {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    background: url(../Images/opa.png) repeat;
    width: 100%;
}
.pic-list .itm .title p {
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.u-tit-3 a{
    color: #064ec0;
}
.more-3 {
    font-size: 14px;
    top: 0;
    position: absolute;
    right: 14px;
    line-height: 46px;
    color: #fff;
}
.more-3:hover {
    color: #fff;
    text-decoration: underline;
}